From ef08ce42a0dc00953d7694f6ae9a543b81c9eb41 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Feb 2009 10:49:39 +0000 Subject: [PATCH] (syms_of_coding) : Modify doc string to discourage use for character code unification. --- src/coding.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/coding.c b/src/coding.c index d35ece7f273..313fac1526d 100644 --- a/src/coding.c +++ b/src/coding.c @@ -10439,7 +10439,11 @@ decode text as usual. */); DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input, doc: /* Char table for translating self-inserting characters. This is applied to the result of input methods, not their input. -See also `keyboard-translate-table'. */); +See also `keyboard-translate-table'. + +Use of this variable for character code unification was rendered +obsolete in Emacs 23.1 and later, since Unicode is now the basis of +internal character representation. */); Vtranslation_table_for_input = Qnil; { -- 2.30.2